IUserVariable<T>.SetValue method
Sets a value for a user-defined variable.
Namespace: IntervalZero.KINGSTAR.Base.Class
Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
void SetValue(T Value)
Sub SetValue(Value As T)
Parameters
Value
Type: T
The value to be set for a variable.
Usable EtherCAT states
ecatOffline, ecatInit, ecatBoot, ecatPreOP, ecatSafeOP, ecatOP
See also